home *** CD-ROM | disk | FTP | other *** search
/ Hacker Toolbox (Professional Edition) / Hacker Toolbox Professional Edition (TradeTouch) (2003).iso / encryption&decryption / winsafe.exe / _SETUP.1 / WinSafe.exe / 0 / RCDATA / TFPREVIEWS / TFPREVIEWS.txt
Encoding:
Text File  |  2000-03-04  |  22.0 KB  |  1,025 lines

  1. object fPreviews: TfPreviews
  2.   Left = 188
  3.   Top = 139
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Previews'
  7.   ClientHeight = 365
  8.   ClientWidth = 512
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 1
  22.     Width = 37
  23.     Height = 13
  24.     Caption = 'Source:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 231
  28.     Top = 1
  29.     Width = 33
  30.     Height = 13
  31.     Caption = 'Result:'
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 8
  35.     Top = 17
  36.     Width = 193
  37.     Height = 137
  38.     BevelOuter = bvLowered
  39.     Caption = 'Panel1'
  40.     TabOrder = 0
  41.     object ImageEn1: TImageEn
  42.       Left = 1
  43.       Top = 1
  44.       Width = 191
  45.       Height = 135
  46.       Cursor = 1780
  47.       ScrollBars = True
  48.       OnViewChange = ImageEn1ViewChange
  49.       Align = alClient
  50.     end
  51.   end
  52.   object Panel2: TPanel
  53.     Left = 232
  54.     Top = 17
  55.     Width = 175
  56.     Height = 120
  57.     BevelOuter = bvLowered
  58.     Caption = 'Panel2'
  59.     TabOrder = 1
  60.     object ImageEn2: TImageEn
  61.       Left = 1
  62.       Top = 1
  63.       Width = 173
  64.       Height = 118
  65.       Cursor = 1780
  66.       Align = alClient
  67.       OnMouseDown = ImageEn2MouseUp
  68.       OnMouseUp = ImageEn2MouseUp
  69.     end
  70.   end
  71.   object Button1: TButton
  72.     Left = 416
  73.     Top = 15
  74.     Width = 75
  75.     Height = 23
  76.     Caption = 'OK'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 2
  80.     OnClick = Button1Click
  81.   end
  82.   object Button2: TButton
  83.     Left = 416
  84.     Top = 44
  85.     Width = 75
  86.     Height = 23
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 3
  90.   end
  91.   object GroupBox2: TGroupBox
  92.     Left = 8
  93.     Top = 161
  94.     Width = 76
  95.     Height = 199
  96.     Caption = ' Zoom 100% '
  97.     TabOrder = 4
  98.     object TrackBar4: TTrackBar
  99.       Left = 16
  100.       Top = 16
  101.       Width = 42
  102.       Height = 151
  103.       Max = 1000
  104.       Min = 1
  105.       Orientation = trVertical
  106.       Frequency = 100
  107.       Position = 100
  108.       SelEnd = 0
  109.       SelStart = 0
  110.       TabOrder = 0
  111.       TickMarks = tmBoth
  112.       TickStyle = tsAuto
  113.       OnChange = TrackBar4Change
  114.     end
  115.     object Button3: TButton
  116.       Left = 8
  117.       Top = 171
  118.       Width = 61
  119.       Height = 19
  120.       Caption = 'Fit'
  121.       TabOrder = 1
  122.       OnClick = Button3Click
  123.     end
  124.   end
  125.   object PageControl1: TPageControl
  126.     Left = 88
  127.     Top = 161
  128.     Width = 420
  129.     Height = 202
  130.     ActivePage = TabSheet4
  131.     HotTrack = True
  132.     MultiLine = True
  133.     TabOrder = 5
  134.     TabPosition = tpBottom
  135.     OnChange = PageControl1Change
  136.     object TabSheet1: TTabSheet
  137.       Caption = 'Contrast'
  138.       object Label3: TLabel
  139.         Left = 8
  140.         Top = 23
  141.         Width = 42
  142.         Height = 13
  143.         Caption = '&Contrast:'
  144.         FocusControl = Edit1
  145.       end
  146.       object Label22: TLabel
  147.         Left = 8
  148.         Top = 63
  149.         Width = 52
  150.         Height = 13
  151.         Caption = '&Brightness:'
  152.         FocusControl = Edit21
  153.       end
  154.       object Edit1: TEdit
  155.         Left = 69
  156.         Top = 20
  157.         Width = 33
  158.         Height = 21
  159.         TabOrder = 0
  160.         Text = '0'
  161.         OnChange = Edit1Change
  162.       end
  163.       object TrackBar1: TTrackBar
  164.         Left = 104
  165.         Top = 17
  166.         Width = 275
  167.         Height = 22
  168.         Max = 100
  169.         Min = -100
  170.         Orientation = trHorizontal
  171.         Frequency = 10
  172.         Position = 0
  173.         SelEnd = 0
  174.         SelStart = 0
  175.         TabOrder = 1
  176.         TickMarks = tmBottomRight
  177.         TickStyle = tsAuto
  178.         OnChange = TrackBar1Change
  179.       end
  180.       object Edit21: TEdit
  181.         Left = 69
  182.         Top = 60
  183.         Width = 33
  184.         Height = 21
  185.         TabOrder = 2
  186.         Text = '0'
  187.         OnChange = Edit1Change
  188.       end
  189.       object TrackBar12: TTrackBar
  190.         Left = 104
  191.         Top = 57
  192.         Width = 275
  193.         Height = 22
  194.         Max = 100
  195.         Min = -100
  196.         Orientation = trHorizontal
  197.         Frequency = 10
  198.         Position = 0
  199.         SelEnd = 0
  200.         SelStart = 0
  201.         TabOrder = 3
  202.         TickMarks = tmBottomRight
  203.         TickStyle = tsAuto
  204.         OnChange = TrackBar1Change
  205.       end
  206.     end
  207.     object TabSheet5: TTabSheet
  208.       Caption = 'HSV'
  209.       object Label10: TLabel
  210.         Left = 8
  211.         Top = 12
  212.         Width = 40
  213.         Height = 13
  214.         Caption = '&Hue (H):'
  215.         FocusControl = Edit19
  216.       end
  217.       object Label11: TLabel
  218.         Left = 8
  219.         Top = 40
  220.         Width = 67
  221.         Height = 13
  222.         Caption = '&Saturation (S):'
  223.         FocusControl = Edit18
  224.       end
  225.       object Label12: TLabel
  226.         Left = 8
  227.         Top = 68
  228.         Width = 46
  229.         Height = 13
  230.         Caption = '&Value (V):'
  231.         FocusControl = Edit17
  232.       end
  233.       object Label13: TLabel
  234.         Left = 32
  235.         Top = 120
  236.         Width = 53
  237.         Height = 13
  238.         Caption = 'Base color:'
  239.         ParentShowHint = False
  240.         ShowHint = True
  241.       end
  242.       object Label14: TLabel
  243.         Left = 230
  244.         Top = 120
  245.         Width = 51
  246.         Height = 13
  247.         Caption = 'New color:'
  248.       end
  249.       object Edit17: TEdit
  250.         Left = 92
  251.         Top = 65
  252.         Width = 33
  253.         Height = 21
  254.         TabOrder = 2
  255.         Text = '0'
  256.         OnChange = Edit19Change
  257.       end
  258.       object Edit18: TEdit
  259.         Left = 92
  260.         Top = 37
  261.         Width = 33
  262.         Height = 21
  263.         TabOrder = 1
  264.         Text = '0'
  265.         OnChange = Edit19Change
  266.       end
  267.       object Edit19: TEdit
  268.         Left = 92
  269.         Top = 9
  270.         Width = 33
  271.         Height = 21
  272.         TabOrder = 0
  273.         Text = '0'
  274.         OnChange = Edit19Change
  275.       end
  276.       object TrackBar9: TTrackBar
  277.         Left = 128
  278.         Top = 6
  279.         Width = 285
  280.         Height = 22
  281.         Max = 180
  282.         Min = -180
  283.         Orientation = trHorizontal
  284.         Frequency = 10
  285.         Position = 0
  286.         SelEnd = 0
  287.         SelStart = 0
  288.         TabOrder = 3
  289.         TickMarks = tmBottomRight
  290.         TickStyle = tsAuto
  291.         OnChange = TrackBar9Change
  292.       end
  293.       object TrackBar10: TTrackBar
  294.         Left = 128
  295.         Top = 34
  296.         Width = 285
  297.         Height = 22
  298.         Max = 100
  299.         Min = -100
  300.         Orientation = trHorizontal
  301.         Frequency = 10
  302.         Position = 0
  303.         SelEnd = 0
  304.         SelStart = 0
  305.         TabOrder = 4
  306.         TickMarks = tmBottomRight
  307.         TickStyle = tsAuto
  308.         OnChange = TrackBar9Change
  309.       end
  310.       object TrackBar11: TTrackBar
  311.         Left = 128
  312.         Top = 62
  313.         Width = 285
  314.         Height = 22
  315.         Max = 100
  316.         Min = -100
  317.         Orientation = trHorizontal
  318.         Frequency = 10
  319.         Position = 0
  320.         SelEnd = 0
  321.         SelStart = 0
  322.         TabOrder = 5
  323.         TickMarks = tmBottomRight
  324.         TickStyle = tsAuto
  325.         OnChange = TrackBar9Change
  326.       end
  327.       object Panel3: TPanel
  328.         Left = 111
  329.         Top = 96
  330.         Width = 97
  331.         Height = 59
  332.         BevelOuter = bvLowered
  333.         TabOrder = 6
  334.         object HSVBox3: THSVBox
  335.           Left = 1
  336.           Top = 1
  337.           Width = 95
  338.           Height = 57
  339.           OnChange = HSVBox3Change
  340.           Align = alClient
  341.         end
  342.       end
  343.       object Panel4: TPanel
  344.         Left = 303
  345.         Top = 96
  346.         Width = 98
  347.         Height = 60
  348.         BevelOuter = bvLowered
  349.         TabOrder = 7
  350.         object HSVBox1: THSVBox
  351.           Left = 1
  352.           Top = 1
  353.           Width = 96
  354.           Height = 58
  355.           OnChange = HSVBox3Change
  356.           Align = alClient
  357.         end
  358.       end
  359.     end
  360.     object TabSheet2: TTabSheet
  361.       Caption = 'HSL'
  362.       object Label4: TLabel
  363.         Left = 8
  364.         Top = 23
  365.         Width = 40
  366.         Height = 13
  367.         Caption = '&Hue (H):'
  368.         FocusControl = Edit4
  369.       end
  370.       object Label5: TLabel
  371.         Left = 8
  372.         Top = 55
  373.         Width = 67
  374.         Height = 13
  375.         Caption = '&Saturation (S):'
  376.         FocusControl = Edit2
  377.       end
  378.       object Label6: TLabel
  379.         Left = 8
  380.         Top = 87
  381.         Width = 67
  382.         Height = 13
  383.         Caption = '&Luminosity (L):'
  384.         FocusControl = Edit3
  385.       end
  386.       object Edit3: TEdit
  387.         Left = 101
  388.         Top = 84
  389.         Width = 33
  390.         Height = 21
  391.         TabOrder = 2
  392.         Text = '0'
  393.         OnChange = Edit4Change
  394.       end
  395.       object Edit2: TEdit
  396.         Left = 101
  397.         Top = 52
  398.         Width = 33
  399.         Height = 21
  400.         TabOrder = 1
  401.         Text = '0'
  402.         OnChange = Edit4Change
  403.       end
  404.       object Edit4: TEdit
  405.         Left = 101
  406.         Top = 20
  407.         Width = 33
  408.         Height = 21
  409.         TabOrder = 0
  410.         Text = '0'
  411.         OnChange = Edit4Change
  412.       end
  413.       object TrackBar2: TTrackBar
  414.         Left = 136
  415.         Top = 17
  416.         Width = 275
  417.         Height = 22
  418.         Max = 180
  419.         Min = -180
  420.         Orientation = trHorizontal
  421.         Frequency = 10
  422.         Position = 0
  423.         SelEnd = 0
  424.         SelStart = 0
  425.         TabOrder = 3
  426.         TickMarks = tmBottomRight
  427.         TickStyle = tsAuto
  428.         OnChange = TrackBar2Change
  429.       end
  430.       object TrackBar3: TTrackBar
  431.         Left = 136
  432.         Top = 49
  433.         Width = 275
  434.         Height = 22
  435.         Max = 100
  436.         Min = -100
  437.         Orientation = trHorizontal
  438.         Frequency = 10
  439.         Position = 0
  440.         SelEnd = 0
  441.         SelStart = 0
  442.         TabOrder = 4
  443.         TickMarks = tmBottomRight
  444.         TickStyle = tsAuto
  445.         OnChange = TrackBar2Change
  446.       end
  447.       object TrackBar5: TTrackBar
  448.         Left = 136
  449.         Top = 81
  450.         Width = 275
  451.         Height = 22
  452.         Max = 100
  453.         Min = -100
  454.         Orientation = trHorizontal
  455.         Frequency = 10
  456.         Position = 0
  457.         SelEnd = 0
  458.         SelStart = 0
  459.         TabOrder = 5
  460.         TickMarks = tmBottomRight
  461.         TickStyle = tsAuto
  462.         OnChange = TrackBar2Change
  463.       end
  464.     end
  465.     object TabSheet3: TTabSheet
  466.       Caption = 'RGB'
  467.       object Label7: TLabel
  468.         Left = 8
  469.         Top = 23
  470.         Width = 40
  471.         Height = 13
  472.         Caption = '&Red (R):'
  473.         FocusControl = Edit7
  474.       end
  475.       object Label8: TLabel
  476.         Left = 8
  477.         Top = 55
  478.         Width = 49
  479.         Height = 13
  480.         Caption = '&Green (G):'
  481.         FocusControl = Edit6
  482.       end
  483.       object Label9: TLabel
  484.         Left = 8
  485.         Top = 87
  486.         Width = 40
  487.         Height = 13
  488.         Caption = '&Blue (B):'
  489.         FocusControl = Edit5
  490.       end
  491.       object Edit5: TEdit
  492.         Left = 69
  493.         Top = 84
  494.         Width = 33
  495.         Height = 21
  496.         TabOrder = 2
  497.         Text = '0'
  498.         OnChange = Edit7Change
  499.       end
  500.       object Edit6: TEdit
  501.         Left = 69
  502.         Top = 52
  503.         Width = 33
  504.         Height = 21
  505.         TabOrder = 1
  506.         Text = '0'
  507.         OnChange = Edit7Change
  508.       end
  509.       object Edit7: TEdit
  510.         Left = 69
  511.         Top = 20
  512.         Width = 33
  513.         Height = 21
  514.         TabOrder = 0
  515.         Text = '0'
  516.         OnChange = Edit7Change
  517.       end
  518.       object TrackBar6: TTrackBar
  519.         Left = 104
  520.         Top = 17
  521.         Width = 275
  522.         Height = 22
  523.         Max = 255
  524.         Min = -255
  525.         Orientation = trHorizontal
  526.         Frequency = 10
  527.         Position = 0
  528.         SelEnd = 0
  529.         SelStart = 0
  530.         TabOrder = 3
  531.         TickMarks = tmBottomRight
  532.         TickStyle = tsAuto
  533.         OnChange = TrackBar6Change
  534.       end
  535.       object TrackBar7: TTrackBar
  536.         Left = 104
  537.         Top = 49
  538.         Width = 275
  539.         Height = 22
  540.         Max = 255
  541.         Min = -255
  542.         Orientation = trHorizontal
  543.         Frequency = 10
  544.         Position = 0
  545.         SelEnd = 0
  546.         SelStart = 0
  547.         TabOrder = 4
  548.         TickMarks = tmBottomRight
  549.         TickStyle = tsAuto
  550.         OnChange = TrackBar6Change
  551.       end
  552.       object TrackBar8: TTrackBar
  553.         Left = 104
  554.         Top = 81
  555.         Width = 275
  556.         Height = 22
  557.         Max = 255
  558.         Min = -255
  559.         Orientation = trHorizontal
  560.         Frequency = 10
  561.         Position = 0
  562.         SelEnd = 0
  563.         SelStart = 0
  564.         TabOrder = 5
  565.         TickMarks = tmBottomRight
  566.         TickStyle = tsAuto
  567.         OnChange = TrackBar6Change
  568.       end
  569.     end
  570.     object TabSheet4: TTabSheet
  571.       Caption = 'User filter'
  572.       object GroupBox1: TGroupBox
  573.         Left = 12
  574.         Top = 4
  575.         Width = 269
  576.         Height = 149
  577.         Caption = ' Filter values'
  578.         TabOrder = 0
  579.         object Label15: TLabel
  580.           Left = 206
  581.           Top = 32
  582.           Width = 35
  583.           Height = 13
  584.           Caption = 'Divisor:'
  585.         end
  586.         object Edit8: TEdit
  587.           Left = 8
  588.           Top = 19
  589.           Width = 33
  590.           Height = 21
  591.           TabOrder = 0
  592.           Text = '0'
  593.           OnChange = Edit8Change
  594.         end
  595.         object Edit9: TEdit
  596.           Tag = 3
  597.           Left = 8
  598.           Top = 46
  599.           Width = 33
  600.           Height = 21
  601.           TabOrder = 1
  602.           Text = '0'
  603.           OnChange = Edit8Change
  604.         end
  605.         object Edit10: TEdit
  606.           Tag = 6
  607.           Left = 8
  608.           Top = 73
  609.           Width = 33
  610.           Height = 21
  611.           TabOrder = 2
  612.           Text = '0'
  613.           OnChange = Edit8Change
  614.         end
  615.         object Edit11: TEdit
  616.           Tag = 1
  617.           Left = 75
  618.           Top = 19
  619.           Width = 33
  620.           Height = 21
  621.           TabOrder = 3
  622.           Text = '0'
  623.           OnChange = Edit8Change
  624.         end
  625.         object Edit12: TEdit
  626.           Tag = 4
  627.           Left = 75
  628.           Top = 46
  629.           Width = 33
  630.           Height = 21
  631.           TabOrder = 4
  632.           Text = '1'
  633.           OnChange = Edit8Change
  634.         end
  635.         object Edit13: TEdit
  636.           Tag = 7
  637.           Left = 75
  638.           Top = 73
  639.           Width = 33
  640.           Height = 21
  641.           TabOrder = 5
  642.           Text = '0'
  643.           OnChange = Edit8Change
  644.         end
  645.         object Edit14: TEdit
  646.           Tag = 2
  647.           Left = 142
  648.           Top = 19
  649.           Width = 33
  650.           Height = 21
  651.           TabOrder = 6
  652.           Text = '0'
  653.           OnChange = Edit8Change
  654.         end
  655.         object Edit15: TEdit
  656.           Tag = 5
  657.           Left = 142
  658.           Top = 46
  659.           Width = 33
  660.           Height = 21
  661.           TabOrder = 7
  662.           Text = '0'
  663.           OnChange = Edit8Change
  664.         end
  665.         object Edit16: TEdit
  666.           Tag = 8
  667.           Left = 142
  668.           Top = 73
  669.           Width = 33
  670.           Height = 21
  671.           TabOrder = 8
  672.           Text = '0'
  673.           OnChange = Edit8Change
  674.         end
  675.         object UpDown1: TUpDown
  676.           Left = 41
  677.           Top = 19
  678.           Width = 15
  679.           Height = 21
  680.           Associate = Edit8
  681.           Min = -100
  682.           Position = 0
  683.           TabOrder = 10
  684.           Thousands = False
  685.           Wrap = False
  686.         end
  687.         object UpDown2: TUpDown
  688.           Left = 41
  689.           Top = 46
  690.           Width = 15
  691.           Height = 21
  692.           Associate = Edit9
  693.           Min = -100
  694.           Position = 0
  695.           TabOrder = 11
  696.           Thousands = False
  697.           Wrap = False
  698.         end
  699.         object UpDown3: TUpDown
  700.           Left = 41
  701.           Top = 73
  702.           Width = 15
  703.           Height = 21
  704.           Associate = Edit10
  705.           Min = -100
  706.           Position = 0
  707.           TabOrder = 12
  708.           Thousands = False
  709.           Wrap = False
  710.         end
  711.         object UpDown4: TUpDown
  712.           Left = 108
  713.           Top = 19
  714.           Width = 15
  715.           Height = 21
  716.           Associate = Edit11
  717.           Min = -100
  718.           Position = 0
  719.           TabOrder = 13
  720.           Thousands = False
  721.           Wrap = False
  722.         end
  723.         object UpDown5: TUpDown
  724.           Left = 108
  725.           Top = 46
  726.           Width = 15
  727.           Height = 21
  728.           Associate = Edit12
  729.           Min = -100
  730.           Position = 1
  731.           TabOrder = 14
  732.           Thousands = False
  733.           Wrap = False
  734.         end
  735.         object UpDown6: TUpDown
  736.           Left = 108
  737.           Top = 73
  738.           Width = 15
  739.           Height = 21
  740.           Associate = Edit13
  741.           Min = -100
  742.           Position = 0
  743.           TabOrder = 15
  744.           Thousands = False
  745.           Wrap = False
  746.         end
  747.         object UpDown7: TUpDown
  748.           Left = 175
  749.           Top = 19
  750.           Width = 15
  751.           Height = 21
  752.           Associate = Edit14
  753.           Min = -100
  754.           Position = 0
  755.           TabOrder = 16
  756.           Thousands = False
  757.           Wrap = False
  758.         end
  759.         object UpDown8: TUpDown
  760.           Left = 175
  761.           Top = 46
  762.           Width = 15
  763.           Height = 21
  764.           Associate = Edit15
  765.           Min = -100
  766.           Position = 0
  767.           TabOrder = 17
  768.           Thousands = False
  769.           Wrap = False
  770.         end
  771.         object UpDown9: TUpDown
  772.           Left = 175
  773.           Top = 73
  774.           Width = 15
  775.           Height = 21
  776.           Associate = Edit16
  777.           Min = -100
  778.           Position = 0
  779.           TabOrder = 18
  780.           Thousands = False
  781.           Wrap = False
  782.         end
  783.         object Button4: TButton
  784.           Left = 8
  785.           Top = 112
  786.           Width = 70
  787.           Height = 21
  788.           Caption = '&Load'
  789.           TabOrder = 19
  790.           OnClick = Button4Click
  791.         end
  792.         object Button5: TButton
  793.           Left = 88
  794.           Top = 112
  795.           Width = 70
  796.           Height = 21
  797.           Caption = '&Save'
  798.           TabOrder = 20
  799.           OnClick = Button5Click
  800.         end
  801.         object Edit20: TEdit
  802.           Tag = 9
  803.           Left = 206
  804.           Top = 46
  805.           Width = 33
  806.           Height = 21
  807.           TabOrder = 9
  808.           Text = '0'
  809.           OnChange = Edit8Change
  810.         end
  811.         object UpDown10: TUpDown
  812.           Left = 239
  813.           Top = 46
  814.           Width = 15
  815.           Height = 21
  816.           Associate = Edit20
  817.           Min = -100
  818.           Position = 0
  819.           TabOrder = 21
  820.           Thousands = False
  821.           Wrap = False
  822.         end
  823.       end
  824.       object GroupBox3: TGroupBox
  825.         Left = 296
  826.         Top = 4
  827.         Width = 113
  828.         Height = 149
  829.         Caption = ' Presets'
  830.         TabOrder = 1
  831.         object ListBox1: TListBox
  832.           Left = 8
  833.           Top = 18
  834.           Width = 97
  835.           Height = 127
  836.           ItemHeight = 13
  837.           Items.Strings = (
  838.             'None'
  839.             'Blur'
  840.             'Edges'
  841.             'Emboss'
  842.             'High Pass 1'
  843.             'High Pass 2'
  844.             'High Pass 3'
  845.             'Low Pass 1'
  846.             'Low Pass 2')
  847.           TabOrder = 0
  848.           OnClick = ListBox1Click
  849.         end
  850.       end
  851.     end
  852.     object TabSheet6: TTabSheet
  853.       Caption = 'Equalization'
  854.       object Label16: TLabel
  855.         Left = 8
  856.         Top = 144
  857.         Width = 6
  858.         Height = 13
  859.         Caption = '0'
  860.       end
  861.       object Label17: TLabel
  862.         Left = 280
  863.         Top = 144
  864.         Width = 18
  865.         Height = 13
  866.         Caption = '255'
  867.       end
  868.       object Label18: TLabel
  869.         Left = 120
  870.         Top = 144
  871.         Width = 47
  872.         Height = 13
  873.         Caption = 'Threshold'
  874.       end
  875.       object Label19: TLabel
  876.         Left = 120
  877.         Top = 0
  878.         Width = 57
  879.         Height = 13
  880.         Caption = 'Equalization'
  881.       end
  882.       object Label20: TLabel
  883.         Left = 8
  884.         Top = 1
  885.         Width = 6
  886.         Height = 13
  887.         Caption = '0'
  888.       end
  889.       object Label21: TLabel
  890.         Left = 280
  891.         Top = 1
  892.         Width = 18
  893.         Height = 13
  894.         Caption = '255'
  895.       end
  896.       object SpeedButton1: TSpeedButton
  897.         Left = 326
  898.         Top = 115
  899.         Width = 73
  900.         Height = 25
  901.         AllowAllUp = True
  902.         GroupIndex = 1
  903.         Caption = 'Auto equalize'
  904.         OnClick = SpeedButton1Click
  905.       end
  906.       object Panel5: TPanel
  907.         Left = 8
  908.         Top = 16
  909.         Width = 293
  910.         Height = 123
  911.         BevelOuter = bvNone
  912.         BorderStyle = bsSingle
  913.         TabOrder = 0
  914.         object RulerBox2: TRulerBox
  915.           Left = 0
  916.           Top = 0
  917.           Width = 289
  918.           Height = 13
  919.           Background = clSilver
  920.           GripsDir = gdDown
  921.           Ruler = False
  922.           DotPerUnit = 1.133333333333333000
  923.           Frequency = 16.000000000000000000
  924.           LabelFreq = 32.000000000000000000
  925.           RulerColor = clGray
  926.           ViewMax = 255.000000000000000000
  927.           OnRulerPosChange = RulerBox2RulerPosChange
  928.           FitInView = True
  929.           GripsCount = 2
  930.           Align = alTop
  931.         end
  932.         object RulerBox1: TRulerBox
  933.           Left = 0
  934.           Top = 87
  935.           Width = 289
  936.           Height = 32
  937.           Background = clSilver
  938.           DotPerUnit = 1.133333333333333000
  939.           Frequency = 16.000000000000000000
  940.           LabelFreq = 32.000000000000000000
  941.           RulerColor = clSilver
  942.           ViewMax = 255.000000000000000000
  943.           OnRulerPosChange = RulerBox1RulerPosChange
  944.           GripsCount = 2
  945.           Align = alBottom
  946.         end
  947.         object HistogramBox1: THistogramBox
  948.           Left = 0
  949.           Top = 14
  950.           Width = 289
  951.           Height = 67
  952.           AttachedImageEnProc = ImageEnProc1
  953.           Background = clSilver
  954.           Labels = []
  955.         end
  956.       end
  957.       object GroupBox4: TGroupBox
  958.         Left = 325
  959.         Top = 10
  960.         Width = 74
  961.         Height = 88
  962.         Caption = ' Histogram '
  963.         TabOrder = 1
  964.         object CheckListBox1: TCheckListBox
  965.           Left = 8
  966.           Top = 21
  967.           Width = 57
  968.           Height = 56
  969.           BorderStyle = bsNone
  970.           Color = clBtnFace
  971.           Ctl3D = True
  972.           ItemHeight = 13
  973.           Items.Strings = (
  974.             'Red'
  975.             'Green'
  976.             'Blue'
  977.             'Gray')
  978.           ParentCtl3D = False
  979.           TabOrder = 0
  980.           OnClick = CheckListBox1Click
  981.         end
  982.       end
  983.     end
  984.   end
  985.   object Button6: TButton
  986.     Left = 206
  987.     Top = 65
  988.     Width = 21
  989.     Height = 25
  990.     Caption = '<<'
  991.     TabOrder = 6
  992.     OnClick = Button6Click
  993.   end
  994.   object ProgressBar1: TProgressBar
  995.     Left = 232
  996.     Top = 143
  997.     Width = 175
  998.     Height = 11
  999.     Min = 0
  1000.     Max = 100
  1001.     TabOrder = 7
  1002.   end
  1003.   object OpenDialog1: TOpenDialog
  1004.     DefaultExt = 'flt'
  1005.     Filter = 'Filter (*.flt)|*.flt'
  1006.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  1007.     Title = 'Load filter'
  1008.     Left = 416
  1009.     Top = 83
  1010.   end
  1011.   object SaveDialog1: TSaveDialog
  1012.     DefaultExt = 'flt'
  1013.     Filter = 'Filter (*.flt)|*.flt'
  1014.     Options = [ofHideReadOnly, ofPathMustExist]
  1015.     Title = 'Save filter'
  1016.     Left = 472
  1017.     Top = 90
  1018.   end
  1019.   object ImageEnProc1: TImageEnProc
  1020.     AttachedImageEn = ImageEn1
  1021.     Left = 344
  1022.     Top = 89
  1023.   end
  1024. end
  1025.